home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 October / enter-2005-10.iso / files / jedit42install.exe / {app} / jars / LatestVersion.jar / LatestVersion.props < prev    next >
Encoding:
Text File  |  2003-07-23  |  1.4 KB  |  38 lines

  1. plugin.LatestVersionPlugin.activate=defer
  2.  
  3. plugin.LatestVersionPlugin.name=Latest Version Check
  4. plugin.LatestVersionPlugin.author=Slava Pestov
  5. plugin.LatestVersionPlugin.version=1.5
  6. plugin.LatestVersionPlugin.docs=LatestVersion.html
  7.  
  8. plugin.LatestVersionPlugin.depend.0=jedit 04.02.01.00
  9.  
  10. plugin.LatestVersionPlugin.menu-item=version-check
  11.  
  12. version-check.label=Check jEdit Version
  13.  
  14. version-check.stable.title=Version Status
  15. version-check.stable.message=You are using the stable branch of jEdit, version {0}.\n\
  16.     The latest stable release is {1}.\n\
  17.     The latest development release is {2}.\n\
  18.     Do you want to see more information?
  19.  
  20. version-check.stable-nodevel.title=Version Status
  21. version-check.stable-nodevel.message=You are using the stable branch of jEdit, version {0}.\n\
  22.     The latest stable release is {1}.\n\
  23.     Do you want to see more information?
  24.  
  25. version-check.devel.title=Version Status
  26. version-check.devel.message=You are using the development branch of jEdit, version {0}.\n\
  27.     The latest development release is {2}.\n\
  28.     The latest stable release is {1}.\n\
  29.     Do you want to see more information?
  30.  
  31. version-check.devel-nodevel.title=Version Status
  32. version-check.devel-nodevel.message=You are using the development branch of jEdit, version {0}.\n\
  33.     Currently, no development release is available.\n\
  34.     The latest stable release is {1}.\n\
  35.     Do you want to see more information?
  36.  
  37. version-check.url=http://www.jedit.org/jEdit-version.txt
  38.